Find defects in bottle shape using image processing using openCV -


i using image processing, opencv , c++ check misshapes of bottles. new opencv. great if can guide me right direction how achieve this. how can detect defects of shape of bottle using opencv , c++. giving bottle images inputs system.when misshaped bottle input system should detect it.

defected bottle image : bad bottle

good bottle image : good bottle

basic approach: can extract edges register 2 images. in opencv couple of filters this.

perfect approach: can use statistical shape modeling algorithm, not sure if there in opencv.


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -