java - salience detection in images in android -


hi guys want extract salient part of image. purpose want use salient detector algorithm in java, , want implement on bitmap image. let me tell u thing cant use opencv please me archive these simple algorithms. here kind of thing want..sample

i have tried sobel filter first doesnt gave me kind of result, way em talking salience part other result should not considered. thanx in advance

obviously sobel filter wont give results that. edge detector algorithm , not algorithm saliency detection. salient object in image part of image human attention goes , rest part ignored vision of humans.

there different kinds of saliency should study before implementing, "interest points", "class specific saliency" , "generic saliency". in opinion, looking "generic saliency".

you can try saliency toolbox itti et. al., invt other saliency detection algorithms include:

  • hz07 , hz08 hou , zhang
  • bits system klein , frintrop
  • aim model bruce , tsotos
  • codi saliency

i think codi saliency fastest algorithm, compared above mentioned algorithms , suitable mobile application.

i dont think here in going implement you. study paper , use opencv implementation.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -