Wolfram
Mathematica
8의 신기능: 다이나믹 라이브러리
◄
이전
|
다음
►
소프트웨어 개발
500 줄 미만의 코드로 비디오 플레이어 구축 하기
다음
LibraryLink
를 사용한 응용 프로그램 예제에서는 다양한 이미지 처리 필터가 적용된 비디오가 실시간으로 재생 됩니다.
In[1]:=
X
VideoProcessing["movie.avi", "ProcessingFunction" -> #] & /@ {Identity, Erosion, ColorNegate, ImageConvolve[#, \!\(\* TagBox[ RowBox[{"(", "", GridBox[{ { RowBox[{"-", "1"}], "0", "1"}, { RowBox[{"-", "2"}], "0", "2"}, { RowBox[{"-", "1"}], "0", "1"} }, GridBoxAlignment->{ "Columns" -> {{Center}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.7]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], "", ")"}], Function[BoxForm`e$, MatrixForm[BoxForm`e$]]]\)] &}
Out[1]=