Congratz
Rapid Object Mapping
Re: Rapid Object Mapping
Very good video !!
Congratz

Congratz
!i!i!i!i!i!i!i!i!i!
!i!i!i!i!i!i!
!i!i!i!
//// Informations ////
Portable LENOVO ideapad 110-17ACL 64 bits
Version de PB : 6.12LTS - 64 bits
Re: Rapid Object Mapping
Hi SPH,
Thank you for commenting.
Previously, you posted the following:
Thank you for commenting.
Previously, you posted the following:
At the time, I tried to make it clear that with these algorithms not only was it possible, but it was included in the design.SPH wrote:Well, for example: a drawing of the letter "P"
The trick would be to avoid creating a polygon that would cover the "hole" of the letter.
Furthermore, the OpenGL instruction I'm using only creates convex polygons.
All this taken into account, we end up with a rather demanding algorithm.
Last edited by JHPJHP on Thu Dec 18, 2025 5:23 pm, edited 2 times in total.
Re: Rapid Object Mapping
One question, though:JHPJHP wrote: Wed Dec 17, 2025 7:10 pm Hi SPH,
Thank you for commenting.
Previously, you posted the following:At the time, I tried to make it clear that with these algorithms not only was it possibly, but it was included in the design.SPH wrote:Well, for example: a drawing of the letter "P"
The trick would be to avoid creating a polygon that would cover the "hole" of the letter.
Furthermore, the OpenGL instruction I'm using only creates convex polygons.
All this taken into account, we end up with a rather demanding algorithm.
I wanted to follow up by sharing a short demonstration video that highlights the algorithm in action:
1. Opening an image with the word PureBasic written three times.
2. Filtering the image to identify and display the interior holes in a different color.
3. Filtering the image again to remove those holes.
4. Rendering the final result using Vector Graphics and the calculated X/Y points.
Rapid Object Mapping - Holes Filter
Imagine the word "PureBasic" is drawn on a texture. Won't the texture be erased when the hole for the letter "P" is drawn?
I'm afraid the hole will be black... and not textured.
!i!i!i!i!i!i!i!i!i!
!i!i!i!i!i!i!
!i!i!i!
//// Informations ////
Portable LENOVO ideapad 110-17ACL 64 bits
Version de PB : 6.12LTS - 64 bits
Re: Rapid Object Mapping
Looks awesome!JHPJHP wrote: Tue Dec 16, 2025 9:48 pm I expect to make the application commercially available to the general public sometime in January.
Re: Rapid Object Mapping
Belive! C++ version of Puzzle of Mystralia
Bug Planet
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Bug Planet
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Re: Rapid Object Mapping
Hi SPH,
The program analyzes image contours to extract X and Y coordinates, generating ordered lists of points that, in its most basic use, can be used to redraw the image onto any surface. Beyond this, the resulting point data supports a wide range of applications, including vectorization, geometric analysis, shape recognition, animation paths, and data driven transformations.
---------------------
Hi Caronte3D,
Thank you. It was built using my Chromium Framework, my OpenCV Interface, along with JavaScript, CSS, HTML, and a number of other scripts I have developed over the years that were previously available on my website.
---------------------
Hi IceSoft,
Correct, my site is closed to most traffic, is there a question?
---------------------

The program analyzes image contours to extract X and Y coordinates, generating ordered lists of points that, in its most basic use, can be used to redraw the image onto any surface. Beyond this, the resulting point data supports a wide range of applications, including vectorization, geometric analysis, shape recognition, animation paths, and data driven transformations.
---------------------
Hi Caronte3D,
Thank you. It was built using my Chromium Framework, my OpenCV Interface, along with JavaScript, CSS, HTML, and a number of other scripts I have developed over the years that were previously available on my website.
---------------------
Hi IceSoft,
Correct, my site is closed to most traffic, is there a question?
---------------------

Re: Rapid Object Mapping
PS : JHP, you have lost your avatar !!
!i!i!i!i!i!i!i!i!i!
!i!i!i!i!i!i!
!i!i!i!
//// Informations ////
Portable LENOVO ideapad 110-17ACL 64 bits
Version de PB : 6.12LTS - 64 bits

