|
-
Sep 3rd, 2018, 01:42 AM
#1
Thread Starter
Member
How can I detect certain images (from a detection algorithm) by taking a screenshot?
I have a program which I'm writing, which scans images from a selected directory, then those photos are compared to an algorithm which detects pornographic imagery, and if an image is detected, a Label.Text says: "Pornographic imagery detected."
It works great, but instead of having to go through the UI, select what directory you want to scan, I think it's easier to do something else:
How can I,
1. Take a screenshot every two seconds
2. After that screenshot has been took, it gets submitted for scanning by the program
3. Once that scanning has finished, the screenshot is deleted then a new screenshot is taken.
4. This goes on for an infinite loop.
5. If any pornographic material is detected, a MessageBox appears.
I think it's easier that I link you to a project, as putting in all of the code will look extremely messy.
Here is a Google Drive link:
And this is the VirusTotal scan for the FileScanner.exe:
https://www.virustotal.com/#/file/71...c326/detection
Last edited by Shaggy Hiker; Sep 3rd, 2018 at 09:00 AM.
Reason: Removed link.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|