So below I am working on a paint type project for class that lets you draw shapes lines etc, now my professor wants us to add a eraser tool that lets you erase parts of the image, it is on a buffered
I\'m having troubles with a part of my OpenCV C++ code: double getVectorMedian( vector<double> values )
Things should be simple, but as most of the time, in Android, aren\'t. I need to format the SD card if the user selects the option in my app. Don\'t ask me why I need to do this if it\'s already in th
I want to delete a sensitive file (using C++), in a way that the file will not be recoverable. I was thinking of simply rewriting over the file and then delete it, Is it enough or do I have to perfor
With brush_mc you can brush over a mask, which turns the pixels to transparent in brush strokes. So visually it erases the mask and the masked movieclip appears.
I have a code to erase a masked movieclip. (credits here) I would like to know how I can check if the whole movieclip is been erased.
I use this code to draw a line in quartz2d CGPoint currentPoint = CGPointMake(rascalImage.center.x, rascalImage.center.y);
So basically, I might have some string that looks like: \"hey this is a string * this string is awesome 97 * 3 = 27 * this string is cool\".
I have the following code where I wanted to eliminate the element I created initialy with the value 10. I\'m having trouble setting up an iterator and erasing it. How is it done?
I am having a strange issue when using the erase() function on a std:vector. I use the following code: