Skip to content

Bottom-up attention (Saliency Map) computation library using opencv

License

Notifications You must be signed in to change notification settings

flyingfalling/salmap_rv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

salmap_rv

Bottom-up attention (Saliency Map) computation library using opencv

Requirements

opencv C++17 boost bash GNU make

Compile example program

make itti_formal.exe

Run example program

Using default webcam: ./build/itti_formal.exe cam NULL 90 640 0 0 models/chenetal2020marmo/params

Using video file ~/video.mp4: ./build/itti_formal.exe cam ~/video.mp4 90 640 0 0 models/chenetal2020marmo/params

About

Bottom-up attention (Saliency Map) computation library using opencv

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages