comparison - Writing an application to compare the shapes of images (ex: what state does this potato chip look most like?) and would like some help getting started -
i looking build application boyfriend's birthday gift , getting started!
i'd able input photo (of potato chip or distinct edges) , have app select & output state in chip looks like. plan on building in java , wondering best approach designing algorithm be. i've never done edge detection or image comparisons , wondering if point me in right direction in terms of getting started.
thank you!
look caffe, implemented berkeley. uses neural networks identify objects based of learning models.
for specific task, can create models of different potato chips , caffe "learn" them. then, can write application using video camera can place potato chip in video feed , caffe identify it.
for identification process, need both feature detection object matching database of similar images, , caffe can that.
Comments
Post a Comment