An object based tree widget, emulating the one found in microsoft windows, |
| with persistence using cookies. Works in IE 5+, Mozilla and konqueror 3.
15篇光流配準經(jīng)典文獻,目錄如下:
1、A Local Approach for Robust Optical Flow Estimation under Varying
2、A New Method for Computing Optical Flow
3、Accuracy vs. Efficiency Trade-offs in Optical Flow Algorithms
4、all about direct methods
5、An Introduction to OpenCV and Optical Flow
6、Bayesian Real-time Optical Flow
7、Color Optical Flow
8、Computation of Smooth Optical Flow in a Feedback Connected Analog Network
9、Computing optical flow with physical models of brightness Variation
10、Dense estimation and Object-based segmentation of the optical flow with robust techniques
11、Example Goal Standard methods Our solution Optical flow under
12、Exploiting Discontinuities in Optical Flow
13、Optical flow for Validating Medical Image Registration
14、Tutorial Computing 2D and 3D Optical Flow.pdf
15、The computation of optical flow
JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is no longer used, no garbage collection), exceptions (handled in C/C++ or virtual machine code) and other debugging features. Objects and functions can be written in virtual machine code, as well as in C or C++, or any other language that can interface to C object code. The VM is written for maximum performance and thus is probably not suitable for embedded systems where a small memory footprint is required. Possible uses of the VM are in game development, scientific research, or to provide a stand-alone, general purpose programming environment.