ProgScripting Languages
I am working on a face recognition project and would like to develop a basic HTML file with few programming actions. I want to assign a window to the Webcam output so that whenever the user comes, adjust his face and clicks a button; my system will take a photo of him. I have good resolution camera aligned with the webcam camera. Webcam is primarily used to make sure the program is running and is only feedback to the ser of how much face is being captured. This is being run for a database collection. I could use a mirror too, but I want to use webcam as a source of authentication also. Thank you for your help.
- 583 views
- 0 answers
- 0 votes
I am trying to do the navigation project where the code will continuously get the snapshot of the Google image in Satellite mode very 100 ms. The script has to run the image processing part and give some structures result to the next module for rest of the processing. Currently I am able to perform the required functions in PC with in 100 ms. But there is no more scope for processing because of the 100 ms image input frequency? What are the solutions available to optimize the execution speed? Should I opt for 200 ms input?
- 586 views
- 0 answers
- 0 votes
I am performing Block convolution method in Matlab. I am planning to use this in the future for my main project as well. Currently the entire code takes 20-40 s to complete the execution. But, sometimes for certain inputs the Matlab doesn’t execute the complete m script and waits infinitely. I have to later kill the task or use Ctrl break. But, if re run the same code without changing the inputs, the code executes properly. What might be the problem of the cause?
- 596 views
- 0 answers
- 0 votes
I have a code which read an input image and searches for a Arrow mark. I need to find the Pin point section of the arrow mark? How to search for the Arrow mark shape in the image? How to find the X,Y vectors of the pixel which is the closest point of the arrow tip? How to locate multiple arrow marks if possible? The arrow marks are single lines only with the inverted V making the tip. The line will be drawn by another user and will be shred to me.
- 559 views
- 0 answers
- 0 votes
How to create buttons in Matlab. Basically, looking for code to generate Graphical user Interface code. I also have the requirement that if the user clicks on one button in one figure, the button click action should also trigger the corresponding call back function. I have four figures in Matlab and user may select any button in any of the window. Once input is received from the user, the code has to perform similar click functions in remaining windows too. Please help.
- 634 views
- 0 answers
- 0 votes
I am trying to solve a equation in Matlab. For example, assume solving quadratic equations. The problem I am facing is the results are not matching on different machines. I had stored a big file with the solutions and when run on my team members PC it gave slightly different results. Though the error is very negligible, the system cannot accept them because they are simply different. One is on Mac and another is on Windows 7. What are the known accuracy issues in Matlab? Can I post the code so that the code can also be verified? How to make the decision of Platform for Matlab so that the error will be zero all the time. Thank you for your reply.
- 615 views
- 0 answers
- 0 votes
I want code for running Matlab scripts so that whenever the data is submitted by the user, the code has to pick random numbers from it and generate requested number of 3×4 matrices. The user will provide path of the file in which random numbers are stored. The user will also mention the number of matrices. How to load and randomize the existing numbers in the file? What are the features of file load functions which can accomplish this task? What are the existing random number generation logics?
- 746 views
- 0 answers
- 0 votes
I am looking for innovative way of adding the third number to the xls sheet in Matlab. I have multiple xls sheets with three columns filled with numbers. It represents some set and presently I want to run through all the sheets and perform the following: I want to check the third column value with the third column value of previous row, if it is less than the average of previous three. I also have to change the colors of the modified cells? Can anybody share the flow of the code? Are there any easy functions for them?
- 690 views
- 1 answers
- 0 votes
I have several m files and data files in a project. Now I want to rename the m files into standard specific name format which I have to compulsory follow. But, when I rename all the files the project is no longer executing well and I am getting following errors: System cannot find the path specified. I have restarted the PC, cleared all cache and recycle bin too for that matter. What might be the cause of this? The Matlab toolbox is fine because I do not see any errors in the old project still. Any solutions?
- 570 views
- 0 answers
- 0 votes
I am trying to increase the speed of the functions I have implemented so that I can speed up the process. I have datasets in multiple files and of gigantic size. I am trying to find the pattern and hence it will definitely look more time consuming. With the assumption of little errors, what is the chance of minfunc function helping me in this regard? Are there any other functions in Matlab which helps in optimizing already optimized code? Thank you for your help.
- 513 views
- 0 answers
- 0 votes