﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ARef%2FRelease_Notes%2F2.64%2FKeying</id>
	<title>Dev:Ref/Release Notes/2.64/Keying - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ARef%2FRelease_Notes%2F2.64%2FKeying"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.64/Keying&amp;action=history"/>
	<updated>2026-06-03T15:26:42Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.64/Keying&amp;diff=137183&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.64/Keying&amp;diff=137183&amp;oldid=prev"/>
		<updated>2018-06-28T20:49:51Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 20:49時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.64/Keying&amp;diff=137182&amp;oldid=prev</id>
		<title>wiki&gt;Brecht: /* Keying node */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Release_Notes/2.64/Keying&amp;diff=137182&amp;oldid=prev"/>
		<updated>2012-09-19T11:45:02Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Keying node&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Blender 2.64: Green Screen Keying =&lt;br /&gt;
&lt;br /&gt;
Two new compositing nodes have been developed which are aimed at making green screen keying easier. There is now a new keying node conveniently combing various features from existing nodes along with a new keying algorithm, to makes setup much faster. There is also a keying screen node which produces a gradiented plate to deal with uneven colors of green screens.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
=== Keying Node ===&lt;br /&gt;
&lt;br /&gt;
[[File:WIP_Keying_Node.png|thumb|right|150px|Keying Node]]&lt;br /&gt;
&lt;br /&gt;
First, you need to connect the input image which you want to key. Then you either connect a Keying Screen node as screen color source or choose a single color manually using the color picker.&lt;br /&gt;
&lt;br /&gt;
After this you'll have an initial keying already, which can then be tweaked in various ways:&lt;br /&gt;
&lt;br /&gt;
* '''Pre-blur''' can be used in cases of high color grain of the input image. This will reduce its amount by using chroma blur with a given size. This will affect on matte calculation only, not to result image.&lt;br /&gt;
* '''Despill''' controls how much color is despilled from input image: 0 means no despilling, 1 means all possible spilling will be removed.&lt;br /&gt;
* '''Edge Kernel Radius''' defines radius of kernel within which pixels would be used to determine whether pixel is on an edge. The actual size of the kernel is 2 * kernel_radius + 1.&lt;br /&gt;
* '''Edge Kernel Tolerance''' defines threshold used to check if pixels in kernel are the same as current pixel: if the difference between pixel colors is higher than this threshold then it's more likely the point will be considered as an edge.&lt;br /&gt;
* '''Clip Black''' and '''Clip White''' are used to increase matte contrast and make almost-background pixels background pixels and almost-foreground pixels foreground pixels.&lt;br /&gt;
* '''Dilate/Erode''' might be used to dilate/erode the matte.&lt;br /&gt;
* '''Feather Falloff''' and '''Feather Distance''' control feathering around the matte. This can give accurate results than Dilate/Erode in some cases, due to the smoother falloff.&lt;br /&gt;
* '''Post-blur''' is applied on the matte to make it less sharp.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
=== Keying Screen Node ===&lt;br /&gt;
&lt;br /&gt;
[[File:WIP_KeyingScreen_Node.png|thumb|right|150px|Keying Screen Node]]&lt;br /&gt;
Currently the Keying Screen node supports creating gradients based on movie clip and motion tracking data. So the first step is to open a clip in the movie clip editor.&lt;br /&gt;
&lt;br /&gt;
When it's open, you'll probably want to create new a tracking object, because tracks used for gradients can not actually be used for camera/object tracking. After this tracks might be placed in places where gradient colors should be defined. These tracks could be tracked or moved manually, so gradients would be updating automatically along the movie. Tracks might have an offset for easier tracking of feature-less screens.&lt;br /&gt;
&lt;br /&gt;
When it's done go to compositor. Then open the {{Menu|Add|Matte|Keying Screen}} menu and you'll see a node as displayed in the image. As soon as the movie clip and tracking object is set, the gradient screen will appear in the output socket of this node.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
Here's results with the new nodes using images from the [http://mango.blender.org/ Mango Open Movie] project.&lt;br /&gt;
&lt;br /&gt;
[[File:WIP_Keying_GreenScreenImage.png|thumb|center|500px|Original green screen image]]&lt;br /&gt;
&lt;br /&gt;
[[File:WIP_Keying_MatteImage.png|thumb|center|500px|Matte mask generated from green screen image]]&lt;br /&gt;
&lt;br /&gt;
[[File:WIP_Keying_CompositeImage.png|thumb|center|500px|Composited image]]&lt;br /&gt;
&lt;br /&gt;
== [[/Implementation|'''Implementation Notes''']] ==&lt;/div&gt;</summary>
		<author><name>wiki&gt;Brecht</name></author>
		
	</entry>
</feed>