Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
1k views

Face detection + Image morphing

I am looking to create a site like photofunia.com where basically you can apply a large number of effects to an image. I am wondering if someone can guide me in the right direction as to the ...
3
votes
0answers
49 views

How to distort images (or FXG) in Flex?

I want to distort images (or FXGs) in Flex. Basically just want to modify the edges of an image like the image below. I know how to make simple distortions but I can't find a way of doing that.
2
votes
1answer
128 views

how to use VBO for morphing?

I want to have a mesh that can be animated. I'm loading mesh from a file, including key frames. I want to put all the frames into VBO and compose two of them on the GPU in a vertex shader. So i want ...
2
votes
3answers
916 views

Image Morphing in C#

I am looking for any example code or libraries to perform image morphing in C#. For example, taking two images, defining common points and "merging" the features. My google search failed me, unless ...
2
votes
4answers
184 views

idea for morphing captcha

I've been thinking of a dynamic way of creating a CAPTCHA that uses morphing shapes or dynamic colors. My first idea is to have a graphic, flash or something, that gradually changes from, say a ...
2
votes
2answers
156 views

Keypoints morphing

Is there a library/software which can accept a number of keypoints and matches of them between images and produce a morph? Or any ideas/algorithms on how to do it?
1
vote
2answers
138 views

jquery morphing image effect

I'm pretty sure this is impossible, but. . . I am trying to get a morphing effect (like on this page in the flash image rotator -> http://www.sikids.com) in jquery. Or at least an effect that is very ...
1
vote
0answers
42 views

3d Cloud Morphing

I would like to know how to do cloud morphing. For example, morph the cloud from a random type into some shape such as pen or dog. Don't know how to search this properly using keyboards. Would ...
1
vote
0answers
77 views

How to morph shapes via zooming [closed]

Im having trouble figuring out how to morph a triangle into a diff polygon shape by zooming..it doesnt have to morph gradually,just change shapes. Thanks in advance
0
votes
0answers
128 views

Extracting Blender shape keys normals

Blender meshes may have several shapes set up. For each set I can access the position per vertex by the following path: mesh.shape_keys[].key_blocks[].data.co[] However, I don't see any access to ...
0
votes
0answers
20 views

How to morph shapes via zooming

I am trying to write a Morphing-Zooming program.Im starting with a triangle but need to end with a different polygon shape.The program needs to be able to zoom in and out with a maximum of the two,and ...
0
votes
1answer
538 views

Facial manipulation - remove / change hair style

I have a client who would like an iphone app that allows users to take a portrait picture of themselves, then try on different hair styles. I have been experimenting with the opencv framework and ...
0
votes
1answer
109 views

How to compute a realistic morphology between panoramic photos?

I had an idea today, but not sure how to implement it. A 360 degree panoramic photo is a photo whch allows you to rotate and view in all directions as I'm sure you know. ie: ...
0
votes
2answers
248 views

What is the most basic approach to implement a liquify filter like the one photoshop has , in java?

What is the most basic approach to implement a liquify filter like the one photoshop has , in java ?
0
votes
1answer
439 views

morphing in iphone

is there a (simple) way to make a morphing (faces as a typical example) using core animation or openGL?
0
votes
2answers
268 views

3D Modeling - Morphing

The overall goal I'm trying to accomplish is to implement a customizable avatar system where one can change height, weight, body type, etc. How is this done? As a simple example, when you change the ...
-3
votes
2answers
609 views

How to morphing of two images in iphone programming

how to do morphing of two images in iphone programming.?