So you wanted to add a forms editor to your application? A dialog editor? Something that allows drawing of HTML <div>s? Here is a feature rich skeleton (!) to get you started. CDiagramEditor is a package that gives you a basic visual editor intended for VECTOR objects. Although perhaps not sufficient to create a CAD-application, you ll indeed be able to create a dialog editor. The editor itself is derived
So you wanted to add a forms editor to your application? A dialog editor? Something that allows drawing of HTML <div>s? Here is a feature rich skeleton (!) to get you started. CDiagramEditor is a package that gives you a basic visual editor intended for VECTOR objects. Although perhaps not sufficient to create a CAD-application, you ll indeed be able to create a dialog editor. The editor itself is derived
圖像處理的關于Snakes : Active Contour Models算法和水平集以及GVF的幾篇文章,文章列表為:
[1]Snakes Active Contour Models.pdf
[2]Multiscale Active Contours.pdf
[3]Snakes, shapes, and gradient VECTOR flow.pdf
[4]Motion of level sets by mean curvature I.pdf
[5]Spectral Stability of Local Deformations Spectral Stability of Local Deformations.pdf
[6]An active contour model for object tracking using the previous contour.pdf
[7]Volumetric Segmentation of Brain Images Using Parallel Genetic AlgorithmsI.pdf
[8]Segmentation in echocardiographic sequences using shape-based snake model.pdf
[9]Active Contours Without Edges.pdf
學習圖像處理的人必看的幾篇文章
ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model - matrix with model points,
data - matrix with data points,
OUTPUT:
R - rotation matrix and
T - translation VECTOR accordingly
so
newdata = R*data + T .
newdata are transformed data points to fit model
see help icp for more information
% because we do not truncate and shift the convolved input
% sequence, the delay of the desired output sequence wrt
% the convolved input sequence need only be the delay
% introduced by the ideal weight VECTOR centred at n=5
Flirt is an SWF rendering library. Flirt contains a parser for reading SWF
format files, a rasterizer for rendering the VECTOR shaped into bitmaps,
and an actionscript engine
本手冊包含如下內容
J2ME Web Services RPC (JSR 172)
J2ME Web Services XML (JSR 172)
Java APIs for Bluetooth (JSR 82)
Location API (JSR 179)
MID Profile 2.0 (JSR-118)
Mobile Media API 1.1 (JSR-135)
Mobile 3D Graphics API (JSR184)
PDA Pim 1.0 (JSR 75)
PDA FileConnection (JSR 75)
J2ME Web Services RPC (JSR 172)
Scalable 2D VECTOR Graphics API (JSR-226)
SIP API (JSR 180)
Wireless Messaging API 1.0 (JSR 120)
WTK2.2 相關文檔
Nokia UI API 1.1
幾篇最經典的運動搜索算法的IEEE論文:A1. Enhanced Hexagonal Search for Fast Block Motion Estimation;A2. Hexagon-based search pattern for fast block motion estimation;A3. Predictive Motion VECTOR Field Adaptive Search Technique (PMVFAST)等