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 :
good bottle image :
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
Post a Comment