Due to the recent access to gforge.osdn.net.cn, I somehow switched to http://www.71way.com,As a result, the open-source project CAPI cannot be accessed and needs to be downloaded.CodeSorry for the inconvenience.
Now, the CAPI open-source project
Basic concepts of Robot Vision
1. Camera Calibration: the process of obtaining internal and external parameters of the camera.
2. Vision System Calibration: determines the relationship between the camera and the robot.
3. hand-eye system: a robot
ProgramWindows XP and Windows 7 32 systems run well. Today, a 64-bit Windows 7 system is installed (indicating that the program is still developed in 32-Bit mode ), the error "0xc015000f activation context being disabled is not recently activated"
Microsoft bridge problem and testing personnel literacyLinks to related articles are as follows:
90% programmers cannot write BUG-free binary lookup programs?
New Equivalence Method Solution
NP problems in Test Case Design
Graph Theory Solution for
In graphic interface programming, the first problem solved is how to associate the static interface with the code, or how the Code corresponds to the object on the interface.
Communication and code operations on objects on the interface. IBOutlet
Test Article Summary
The following is a summary of the test-related articles published in my blog by January 1, March 18, 2009.
If you continue to publish test-related articles in the blog, this article will be updated. If you are very interested in
In a single-core multi-threaded program, you often need to synchronize multiple threads to complete the task. In this process, some threads will be suspended. In OpenMP, barrier is required to synchronize various threads.
Test code:
Void testBarrier
Lines drawn using DrawPrimitive () cannot control their linearity and draw dotted lines. Therefore, DirectX3D provides the ID3DXLine interface to draw lines. In this interface
HRESULT Draw (CONST D3DXVECTOR2 * pVertexList,DWORD
Anjuta IDE debugging program is easy to ignore
First, let's talk about my system environment: The system is Ubuntu8.10. build-essential is installed and upgraded to the latest gcc and libc versions. Other libraries and development environments
Most components of Gtk support the redrawing function. What is repainting? Repainting means that when the operating system runs a multi-window program or multiple window programs, one window will cover the other window, and then the above (TopLevel)
This article discusses the intersection detection of line segments and circles in 2D. The detection method is also applicable to the intersection test between line segments and balls in 3D. This is because it can be detected on a plane containing a
This paper provides a method to determine the intersection of two line segments in the same plane. For example:
If the two line segments overlap, the two lines must cross each other.If P1P2 cross-sets Q1Q2, the vectors (P1-Q1) and (P2-Q1) are on
The project encountered the problem of using OpenSSL to verify the certificate chain. After a long time searching on the internet, it found that there was very little information in this area. Through the efforts of various parties, the basic
Use one program in. net Compact Framework to call another program! The prototype of the three APIs can be found in the. NET Compact Framework SDK help! Hope to be useful to everyone
The Code is as follows:
Using System. Runtime. InteropServices;
Char * p1 = "A String." And char p2 [] = "another String." are written differently.
The string pointed to by p1 is a constant and cannot be changed. The program is "A String. "This string is allocated a fixed space, which is stored in the Global
In C and C # languages, float and double types are used for data of the floating point type for storage. float data occupies 32 bits and double data occupies 64 bits, how do we allocate memory when declaring a variable float f = 2.25f? If it is
Writing Method: Write a non-recursive algorithm based on the traversal rules and sequence of nodes in the tree.First-order non-recursive algorithm[Idea]Suppose: T is the root pointer of the tree to be traversed. If T! = NULLFor non-recursive
Interview Questions:It is known that there is an unordered random integer array with a length of 100 and the value range is [1,100]. Write an algorithm to determine whether there are duplicate values in the array. required, do not nest loops, do not
Previously, we used AppWizard to create an application framework. In addition to displaying a Windows Multi-document interface, it has no practical use yet. We must add practical functions for it. In fact, most Visual C ++ programmers add various
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service