Questions tagged [morphing]

Morphing is a special effect in motion pictures and animations that changes (or morphs) one image into another through a seamless transition

Morphing is a special effect in motion pictures and animations that changes (or morphs) one image into another through a seamless transition.

Morphing algorithms continue to advance and programs can automatically morph images that correspond closely enough with relatively little instruction from the user. This has led to the use of morphing techniques to create convincing slow-motion effects where none existed in the original film or video footage by morphing between each individual frame using optical flow technology. Morphing has also appeared as a transition technique between one scene and another in television shows, even if the contents of the two images are entirely unrelated. The algorithm in this case attempts to find corresponding points between the images and distort one into the other as they crossfade.

While perhaps less obvious than in the past, morphing is used heavily today.Whereas the effect was initially a novelty, today, morphing effects are most often designed to be seamless and invisible to the eye.1

Source:
1http://en.wikipedia.org/wiki/Morphing

83 questions
13
votes
0 answers

How does Bitmoji work?

does anyone have an idea, how bitmoji or other similar services work? I have an idea for an app, which should have custom Avatars. There are multiple libraries for 3D-Games, which are based on Morphing. Easy. All the 2D-Characters however are…
Artishock
  • 131
  • 4
12
votes
2 answers

Morph Targets Three.js

I'm trying to get started with morph targets and three.js. However, there doesn't seem to be much documentation on this subject. As I'm looking at the source code, morphTargetInfluences[] seems to be the magic. How does this work? How do I use this?…
user2517605
  • 225
  • 1
  • 2
  • 15
6
votes
2 answers

Glitchy Facial Morph Target Animation in OpenGL (C++)

I've been trying to implement Morph Target animation in OpenGL with Facial Blendshapes but following this tutorial. The vertex shader for the animation looks something like this: #version 400 core in vec3 vNeutral; in vec3 vSmile_L; in vec3…
pslayer89
  • 307
  • 5
  • 14
5
votes
1 answer

Three.js: How to morph cube to sphere on mouse hover?

I want to know how to make a geometry morph into a different one controlled by mouse in and out. For example, when a mouse hovers on to the cube, it morphs into a sphere, but when mouse out of the object it goes back to a cube. Similar animation to…
panman
  • 69
  • 1
  • 7
4
votes
1 answer

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.
PCoelho
  • 7,850
  • 11
  • 31
  • 36
4
votes
1 answer

How to properly morph text in iOS?

I'm desperately trying to morph a smallLabel into a bigLabel. By morphing, I mean transforming the following properties from one label to match the respective properties of the other label, with a smooth animation: font size font weight frame (i.e.…
Mischa
  • 15,816
  • 8
  • 59
  • 117
4
votes
2 answers

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 ?
Tony
  • 1,603
  • 3
  • 21
  • 40
4
votes
0 answers

Image morphing by integrating OpenCV2.framework in iOS

I am new to iOS and I am planning to work on my first app in which I have to morph one image into another smoothly. I have downloaded OpenCv2.framework and I am planning to integrate into my code. I have gone through some links showing the…
4
votes
1 answer

Three.js - morphing geometries and refining triangular meshes

I am attempting to use Three.js to morph one geometry into another. Here's what I've done so far (see http://stemkoski.github.io/Three.js/Morph-Geometries.html for a live example). I am attempting to morph from a small polyhedron to a larger cube…
Stemkoski
  • 8,936
  • 3
  • 47
  • 61
4
votes
1 answer

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 technology which must be used to achieve the same? Also,…
Alec Smart
  • 94,115
  • 39
  • 120
  • 184
3
votes
3 answers

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 similar. I saw that jquery UI had some morphing…
bmarti44
  • 1,247
  • 2
  • 14
  • 22
3
votes
1 answer

Morph a cube to coil in three js

I have tried to morph a thin rectangular cube to coil by three.js and tween.js. I've searched questions that already has been ask but none of them guide me. Which morph function should I use, and how can I create a coil shape?
Emad Emami
  • 6,089
  • 3
  • 28
  • 38
3
votes
1 answer

Scene Kit SCNMorpher not working with primitives like SCNSphere etc

Has anybody got the SCNMorpher to work? If so, what exactly have you done? I'm down now to a small test program, that should show a red cone and when I tap on the screen it should (should!) morphe that into a sphere/ball. But the only thing that…
jboi
  • 11,324
  • 4
  • 36
  • 43
3
votes
1 answer

How to animate/morph an menu button like the Facebook Paper app

I saw this animation/morphing in the Facebook Paper app where they would morph the Menu Button, the one when you pull down the menu, into an X and back when you tap it. I recorded it because i don't know how to show it any other…
Drazen
  • 2,776
  • 1
  • 25
  • 39
3
votes
3 answers

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 the only option is to write this from scratch? Many…
JJanson
  • 31
  • 1
  • 2
1
2 3 4 5 6