- 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
-
Notifications
You must be signed in to change notification settings - Fork 0
sathvikdn/Implementation-of-Image-Enhancement-Algorithms
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published