THE iDOLM@STER > THE iDOLM@STER 2

iDOLM@STER 2!!

<< < (521/608) > >>

animagic4u:

--- Quote from: TweenDoriru on April 17, 2011, 11:42:26 pm ---I always thought that like...maybe there was a sort of magic-wand-tool thing for videos, though my only guess for that case was that they let their video program do it automatically...since their arms disappear and stuff XD Even with the issues aside, it does look pretty good.
Maybe it's just a matter of a whole lotta patience... =A=

--- End quote ---

Hopefully they come out with an official patch for s4u.
I want more videos with kick butt effects...

TweenDoriru:

--- Quote from: animagic4u on April 18, 2011, 01:25:28 am ---Hopefully they come out with an official patch for s4u.
I want more videos with kick butt effects...

--- End quote ---
I'm hoping they at least do some sort of patch...where we can control the camera ahead of time and do lyrics selections \o/

but really, since they had so many things built into L4U! that you could use to make MADs, none of which went over to S4U, I'm wondering if they're holding out with these sorts of features on purpose to make another L4U-esque game or something. :\

animagic4u:

--- Quote from: TweenDoriru on April 18, 2011, 01:51:43 am ---I'm hoping they at least do some sort of patch...where we can control the camera ahead of time and do lyrics selections \o/

but really, since they had so many things built into L4U! that you could use to make MADs, none of which went over to S4U, I'm wondering if they're holding out with these sorts of features on purpose to make another L4U-esque game or something. :\

--- End quote ---

bleh. They already have s4u we don't need another idolm@ster game right now. Unless they're going to make it some obnoxious DLC deal. 'The idolm@ster mad kit'- patches for colored backgrounds, no lyrics, an producer edit. I can so see them doing it.

TweenDoriru:

--- Quote from: animagic4u on April 18, 2011, 03:01:25 am ---bleh. They already have s4u we don't need another idolm@ster game right now. Unless they're going to make it some obnoxious DLC deal. 'The idolm@ster mad kit'- patches for colored backgrounds, no lyrics, an producer edit. I can so see them doing it.

--- End quote ---
Anything NBGI can do to cause our wallets pain XD

Cael K.:
EDIT: I'm not venting, I'm answering this! <_<;;


--- Quote from: animagic4u on April 14, 2011, 05:40:26 am ---Sorry if someone has already been talking about this...but how have those darn m@d video creators been able to key out the backgrounds of their videos?  :-\
It's not perfect so I assume it's some kind of program they're using...or something?

--- End quote ---

Definitely something algorithmic going there - likely using only color information. Probably a magic wand-like effect, as was mentioned earlier.

Idols are cel shaded (having a border) and generally well-lit, while the stage is neither, so this may be feasible. Can't do anything about the big window announcing what song you're doing, though. ^^;

Anyone interested can do a search for Laplacian Edge Detection - easy to do, and I'm betting it's what's been used here. So...

(1) Determine where your edges are, using whatever edge detection algorithm you want to use.
(2) Use some sort of fill algorithm to assign a bit to each pixel - 0 if outside an edge, 1 if inside. (A simple one: go row-by-row, start with 0's. Move horizontally across the row and switch to 1's when you hit an edge, since you're now inside an edge. When you hit an edge again, switch back to 0's. Keep doing this. Not perfect, but should be straightforward to understand.)
(3) Fill another picture with the same dimensions with your background of choice.
(4) Every pixel in the original image you masked with a 1, overlay that pixel from the original image to your destination image (the one in step 3).

That should be a basic idea of how I imagine the process should go. I could be wrong as always.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version