Skip to content

Using Java * Creating a “Negative image “. * Implemented and verified that using threads shortens the runtime by a significant amount (73% faster than the native method).

Notifications You must be signed in to change notification settings

sathvikdn/Implementation-of-Image-Enhancement-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Image-Processing-in-Java using threads

  • creates a negative image of a given image by taking each pixel one by one calculating its negative value.
  • since the original method was taking a lot of time we implemented useage of threads.
  • implementing threads has shortened the runtime by 50 percent.
  • by varying thread no we get the graph of time vs thread no

About

Using Java * Creating a “Negative image “. * Implemented and verified that using threads shortens the runtime by a significant amount (73% faster than the native method).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published