Deform Image: MLS
Deform Image: MLS
PureBasic Interface to OpenCV
PureBasic Interface to WinDivert
PureBasic Interface to WinRAR
PureBasic Interface to 7-Zip
PureBasic Interface to ImDisk
Windows Services & Other Stuff
Invading Space Aliens
Death Star vs Asteroids
GIF Toolkit
LSB Image Steganography
Spider Web Drawing
Deform Image: MLS
Video Snipping Tool
Chromium WebGadget
IAccessible Interface
Stitch Images: SIFT
OldSkool Fire Effect
Image Waves: LUT
YouTube Player & Downloader
MP4 Player & Downloader
Large Image Viewer
Barcode Generator
Google Translate Service
Embed JS into PureBasic
Geolocation: Google Maps
Book & Viewer & Magnify
Video for Windows: VfW
Alternate Console
Network Share Management
PureBasic Interface to WinDivert
PureBasic Interface to WinRAR
PureBasic Interface to 7-Zip
PureBasic Interface to ImDisk
Windows Services & Other Stuff
Invading Space Aliens
Death Star vs Asteroids
GIF Toolkit
LSB Image Steganography
Spider Web Drawing
Deform Image: MLS
Video Snipping Tool
Chromium WebGadget
IAccessible Interface
Stitch Images: SIFT
OldSkool Fire Effect
Image Waves: LUT
YouTube Player & Downloader
MP4 Player & Downloader
Large Image Viewer
Barcode Generator
Google Translate Service
Embed JS into PureBasic
Geolocation: Google Maps
Book & Viewer & Magnify
Video for Windows: VfW
Alternate Console
Network Share Management
Last edited by JHPJHP on Thu Jun 22, 2023 4:06 pm, edited 66 times in total.
If you're not investing in yourself, you're falling behind.
My PureBasic Stuff ➤ FREE STUFF, Scripts & Programs.
My PureBasic Forum ➤ Questions, Requests & Comments.
Deform Image: MLS :: [ an OpenCV application ]
A while ago, I released an older version of the program, but removed it after having trouble with my download site.
- a similar example can be found in PureBasic Interface to OpenCV: cv_MLS_deformation.pb
MLS Deformation: Based on script from here.
Demo JavaScript version provided by the original author: Warp Image.
Additional Information: Image Deformation Using Moving Least Squares.


- a similar example can be found in PureBasic Interface to OpenCV: cv_MLS_deformation.pb
MLS Deformation: Based on script from here.
Demo JavaScript version provided by the original author: Warp Image.
Additional Information: Image Deformation Using Moving Least Squares.


Last edited by JHPJHP on Thu Jul 12, 2018 3:39 am, edited 1 time in total.
If you're not investing in yourself, you're falling behind.
My PureBasic Stuff ➤ FREE STUFF, Scripts & Programs.
My PureBasic Forum ➤ Questions, Requests & Comments.
Re: Deform Image: MLS :: [ an OpenCV application ]
Fred before and after a full day of working with PureBasic; feel the power




If you're not investing in yourself, you're falling behind.
My PureBasic Stuff ➤ FREE STUFF, Scripts & Programs.
My PureBasic Forum ➤ Questions, Requests & Comments.
Re: Deform Image: MLS :: [ an OpenCV application ]
Updated:
- binaries from OpenCV v2.4.13.3 to OpenCV v2.4.13.6
- added DPI awareness: SetProcessDpiAwarenessContext
- binaries from OpenCV v2.4.13.3 to OpenCV v2.4.13.6
- added DPI awareness: SetProcessDpiAwarenessContext
If you're not investing in yourself, you're falling behind.
My PureBasic Stuff ➤ FREE STUFF, Scripts & Programs.
My PureBasic Forum ➤ Questions, Requests & Comments.
Re: Deform Image: MLS
Updated:
- added Control Window
- some minor improvements
Control Window
Includes all the same options available from the Context Menu.
Quick Demo:
1. Load (default) Points Files
2. Run Deformed Animation

- added Control Window
- some minor improvements
Control Window
Includes all the same options available from the Context Menu.
Quick Demo:
1. Load (default) Points Files
2. Run Deformed Animation
If you're not investing in yourself, you're falling behind.
My PureBasic Stuff ➤ FREE STUFF, Scripts & Programs.
My PureBasic Forum ➤ Questions, Requests & Comments.
- Kwai chang caine
- Always Here
- Posts: 5494
- Joined: Sun Nov 05, 2006 11:42 pm
- Location: Lyon - France
Re: Deform Image: MLS
Works fine here on W10 X64 / V5.70 X86
I have run "Run deformed animation" and it's really fun to see the works do alone
Thanks for sharing
I have run "Run deformed animation" and it's really fun to see the works do alone

Thanks for sharing


Not a destination
Re: Deform Image: MLS
Hi Kwai chang caine,
As always thank you for your comments and feedback.
------------------------------------------------
Updated:
- extended shortcut keys to Control Window
- squashed a couple bugs
------------------------------------------------
Updated:
- some minor improvements
- added a second example

As always thank you for your comments and feedback.
------------------------------------------------
Updated:
- extended shortcut keys to Control Window
- squashed a couple bugs
------------------------------------------------
Updated:
- some minor improvements
- added a second example
If you're not investing in yourself, you're falling behind.
My PureBasic Stuff ➤ FREE STUFF, Scripts & Programs.
My PureBasic Forum ➤ Questions, Requests & Comments.
-
- Addict
- Posts: 4781
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: Deform Image: MLS
Hi JHPJHP,
if you'll find a way to remove wrinkles, you can sell it to thousands and millions of ladies and get rich fast.
if you'll find a way to remove wrinkles, you can sell it to thousands and millions of ladies and get rich fast.

Re: Deform Image: MLS
Hi Little John,

You may be on to something, but the market for woman is already saturated with products; I was thinking...Little John wrote:if you'll find a way to remove wrinkles, you can sell it to thousands and millions of ladies and get rich fast.

If you're not investing in yourself, you're falling behind.
My PureBasic Stuff ➤ FREE STUFF, Scripts & Programs.
My PureBasic Forum ➤ Questions, Requests & Comments.
-
- Addict
- Posts: 4781
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: Deform Image: MLS
Updated:
- added Output Animated GIF
Output Animated GIF
FFmpeg Windows binaries are used to create the animated GIF.
Quick Demo
1. Load (default) Points Files
2. Output Animated GIF
NB*: Download size has increased due to the FFmpeg Windows binaries.
- added Output Animated GIF
Output Animated GIF
FFmpeg Windows binaries are used to create the animated GIF.
Quick Demo
1. Load (default) Points Files
2. Output Animated GIF
NB*: Download size has increased due to the FFmpeg Windows binaries.
If you're not investing in yourself, you're falling behind.
My PureBasic Stuff ➤ FREE STUFF, Scripts & Programs.
My PureBasic Forum ➤ Questions, Requests & Comments.
Re: Deform Image: MLS
Updated:
- optimized Output Animated GIF
- updated the FFmpeg binaries
Output Animated GIF
Previously 32 images were used to create the GIF animation, this has been reduced to 16 images.

- optimized Output Animated GIF
- updated the FFmpeg binaries
Output Animated GIF
Previously 32 images were used to create the GIF animation, this has been reduced to 16 images.

If you're not investing in yourself, you're falling behind.
My PureBasic Stuff ➤ FREE STUFF, Scripts & Programs.
My PureBasic Forum ➤ Questions, Requests & Comments.
Re: Deform Image: MLS
OMG, I am curious what we can expect from KCC with this tool 

sorry for my bad english
Re: Deform Image: MLS
Hi Josh,
--------------------------------------------
Updated:
- minor cosmetic and code improvements
- added ADS - Alternate Data Streams
ADS - Alternate Data Streams
Saves the Control Window and Help Tooltips state; only applies to the executable.
NB*: Reset Image & Settings will not affect the Control Window or Help Tooltips state; only applies to the executable.
I think I had Kwai chang caine in mind when I added the Output GIF optionJosh wrote:OMG, I am curious what we can expect from KCC with this tool

--------------------------------------------
Updated:
- minor cosmetic and code improvements
- added ADS - Alternate Data Streams
ADS - Alternate Data Streams
Saves the Control Window and Help Tooltips state; only applies to the executable.
NB*: Reset Image & Settings will not affect the Control Window or Help Tooltips state; only applies to the executable.
If you're not investing in yourself, you're falling behind.
My PureBasic Stuff ➤ FREE STUFF, Scripts & Programs.
My PureBasic Forum ➤ Questions, Requests & Comments.