Coder Social home page Coder Social logo

szu-tpg / shape_filter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ethan-kuang/shape_filter

0.0 1.0 0.0 74 KB

Input image, output connected components which satify conditions in shape_filter. This frame can be applied to screen out crack in photo and repair the profile

MATLAB 100.00%

shape_filter's Introduction

shape_filter

% p-code
def marked connected component as markedCC
def connected_component as CC
function markedCCs = markCCs(image,thresholds)
    for every CC in image
        markedCCs = markedCCs + shape_filter(every CC,thresholds)
    end
    function return = shape_filter(every CC,thresholds)
        if shape/area... of CC satisfy thresholds(with combination)
            return =  every CC or [] % depend on if want to keep or eliminate
        end
    end
end

shape/area... of CC satisfy thresholds(combination) is the only part need to define

base on this frame:

1 crack_tool (use figure handle as input of image and thresholds)

1 GUI
1 GUI processed

2 repair profile

3 repair

shape_filter's People

Contributors

lbhsgithub avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.