Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Feature request: Mesh transform filter with CoreImage #1

Closed
K-Be opened this issue Apr 11, 2016 · 2 comments
Closed

Feature request: Mesh transform filter with CoreImage #1

K-Be opened this issue Apr 11, 2016 · 2 comments

Comments

@K-Be
Copy link

K-Be commented Apr 11, 2016

I've tried to implement this filter, but faced with calculation limit. Have you tried to develop mesh transform filter?

@YuAo
Copy link
Owner

YuAo commented Apr 14, 2016

Here's a great project by Ciechan that implements the mesh transform filter using OpenGLES, BCMeshTransformView. I haven't tried to implement a mesh transform filter, I believe you can get some ideas from Ciechan's project.

@K-Be
Copy link
Author

K-Be commented Apr 14, 2016

By using OpenGLES I've implemented it. It is simple. But I want to transform image with a dimension >= 8000, and can't do it with OpenGLES. I've processed preview image in OpenGLES, but can't generate result image because faced with Calculation Limit. I want to use mesh with size 100 * 100 vertexes (every rectangle is presented with 2 triangles).
I've find liquify example http://www.vidvox.net/forums//viewtopic.php?f=25&t=37920, but can't solve how to adopt it for mesh.
One of the ideas is make every triangle transform as one transform in accumulator. Now I'm working on it.

Sorry, English is not my native language.

@K-Be K-Be closed this as completed Apr 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants