Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hello , I need some help about a project i'm creating but my current machine takes too long to perform just one picture and I need to work on over than 120 pictures for each user.

The project tasks :
* Track over 50 objects in one frame .
* Detect about 10 objects and categorize them according to specific conditions

what I'm using in my project "Image processing project" :


-Visual Studio 2015 : C# using emgucv
-Database : my sql
-And I'll integrate Matlab in visual studio



My current pc hp Amazon.com: HP 15.6" HD Laptop PC Computer, AMD Quad-Core E2-7110 APU 1.8GHz, 4GB DDR3 RAM, 500GB HDD, AMD Radeon R2, DVDRW, USB 3.0, HD Webcam, HDMI, Rj-45, Windows 10 Home: Computers & Accessories[^] :
ram: 4 g
processor :
AMD Quad-Core Processor1.8 GHz, 2 MB cache, AMD Radeon R2 Graphics


What I have tried:

Can my laptop estimate the job in maximum 2 or 3 min
Posted
Updated 23-Oct-18 4:01am

1 solution

Without having a completed application, there is no way to tell what your minimum system requirements will be. Any answers are going to be conjecture and opinions.
The only way to find the true answer is going to be testing testing testing on various machine configurations.

That said... you are using a bargain laptop running on a mobile-optimized CPU, a physical HDD and 4GB of memory. You would definitely do much better with an SSD and doubling the memory, unfortunately you won't be able to do much with the CPU.

You may want to try out your app on a desktop machine or a server just to gauge what performance increase you can get.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900