Skip to content
forked from haikentcode/haios

Final Year Project Image Search Engine ( Hitesh , Ashok , Dikshant ,Paras )

License

Notifications You must be signed in to change notification settings

dikshu3108/haios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haios [ by haikent ]

< documentation last update 11Dec2015 8:24 by Hitesh> haios package: descriptor (written By Haikent) class ColorDescriptor:(bins) f:describe(image) return features of image

         LBPDescriptor:(radius)
                f:describe(image) return features of image

   distance (written By Haikent)
      class
        Distance:(imageA,imageB) # input Image A feature and ImageB feature
               f:chi_distance(EQS_VALUE) return distance b/w 2 img feature

   objects (written by Haikent)
       class
          Face:(scaleFactor=1.2,minNeighbors=5,minh=80,minw=80)
            f:getFaces(image) #return list of faces in image

   spider (written by Haikent)
      class
         DesktopSpider:(dir)
              ----thred class run as thread---
        f:desktopSpiderThread(dir) return the given dir's all images path list       

Final Year Project Image Search Engine ( Hitesh , Ashok , Dikshant ,Paras)

About

Final Year Project Image Search Engine ( Hitesh , Ashok , Dikshant ,Paras )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%