Skip to content

Tool to show the difference in time between C and Assembly implementations of well-known edge detection algorithms.

License

Notifications You must be signed in to change notification settings

lmkalg/edge_detection_algorithm_SIMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brief description

Tool to show the difference in time between C and Assembly implementations of well-known edge detection algorithms.

Authors

  • Federico Nicolás Landini (fnlandini)
  • Pablo Artuso (partu18)

From the Department of Computer Science of the University of Buenos Aires, Argentina.

Prerequisites

Install the following libraries:

  • libqt-dev-bin
  • Download opencv and compile it (here is a guide you can follow).
  • qt4-dev-tools

How to compile it

After successfully accomplishing the prerequisites, go to the interfaz directory, you'll find a Makefile. Just.. make it!

How to use the tool

Once you compiled it, go to the bin directory and execute the tpfinal binary.

Troubleshooting

If at the moment of running the file, you encounter something related with a missing .so, it's because you didn't put the library in a place where the linker can find it. Here is some Help to solve that issue.

About

Tool to show the difference in time between C and Assembly implementations of well-known edge detection algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published