User profile: DanielDeChamps

User info
User name:DanielDeChamps
Name:Daniel De Champs
Location:Brazil
Bio:Master degree at the moment studying C++ image processing.
History
Joined:
Number of posts:36
Latest posts:

Binary Matrix Inscribed Circle
SOLVED! [code]for (m = 0; m < rows; m++) { for (n = 0; n < cols; n++) { if (pow(m - 256, 2) + p...

Binary Matrix Inscribed Circle
I know that because a create a .txt [code]std::ofstream file("Circle.txt"); if (!file) { std::co...

Binary Matrix Inscribed Circle
Thank you Seeplus! Nevertheless still getting error. I decided to change my approach: [code] ...

Binary Matrix Inscribed Circle
Hello! I am trying to define a binary matrix 512x512 with an inscribed circle centered in [0,0]. ...

Call a Quote as String
I am reading all, thank you so much Handy Andy and Seeplus.