|
Developing a Tennis Ball Collection Robot Prototype
Existing tennis ball collection devices are typically hand-held and designed to manually collect balls, so we wanted to develop an autonomous, vision-guided robot ...
sine.ni.com/cs/app/doc/p/id/cs-13958
|
|
Real-Time Defects Mapping on Integrated Circuits Using NI PXI and LabVIEW FPGA
Creating a system to localize failure mechanisms causing abnormal electrical behavior, including those linked to complex parameters (such as frequencies, amplitudes, ...
sine.ni.com/cs/app/doc/p/id/cs-14446
|
|
High-Speed Seed Counting With LabVIEW and NI Vision
Developing a system capable of accurately counting seeds at rates up to 1,000 seeds/s for a variety of seed shapes and sizes (0.5 to 20.0 mm).
sine.ni.com/cs/app/doc/p/id/cs-14451
|
|
Using LabVIEW and NI-IMAQ Vision Software to Create a Robust Automated Face Detection System
Creating a reliable face detection system that can accurately detect faces in a cluttered image.
sine.ni.com/cs/app/doc/p/id/cs-14116
|
|
From Concept to Implementation: A Continuous Image Checking System
Capturing odd or unusual display behavior of a product that generates both fast-changing and static images.
sine.ni.com/cs/app/doc/p/id/cs-13987
|
|
Automatically Translating Sign Language
Using pattern matching to identify hand and finger movements to translate Malaysian sign language in real time with more than 80 percent accuracy.
sine.ni.com/cs/app/doc/p/id/cs-14001
|
|
Using LabVIEW to Prototype and Validate LED Glasses That Assist the Visually Impaired
Improving the quality of life and promoting the independence of people with serious visual impairments.
sine.ni.com/cs/app/doc/p/id/cs-13847
|
|
Developing Face Recognition Software Using LabVIEW and a Vector Quantization Histogram
Using semiconductor technology to create a complex, PC-based face authentication and recognition system at a lower cost than current methods.
sine.ni.com/cs/app/doc/p/id/cs-14086
|
|
Using LabVIEW to Build an Optical Character Recognition System for Vehicle License Plates
Developing a fully automated, computer-controlled system to detect and recognize vehicle license plate characters under various conditions.
sine.ni.com/cs/app/doc/p/id/cs-14093
|
|
Using LabVIEW and a Support Vector Machine to Classify Normal and Abnormal Brain Images
Designing a graphical interface so a user can select or input brain images and accurately classify normal and abnormal brain images.
sine.ni.com/cs/app/doc/p/id/cs-14132
|
| Operator | Example | Action | Boolean Equivalent |
|---|---|---|---|
| " " | "temperature monitoring" | Requires two terms to be adjacent to each other. In this example, only documents containing the phrase "temperature monitoring" will be shown. | ADJ |
| + | +temperature | Requires this term to be present as-is, eliminating the use of synonyms. This search query can be used in conjunction with other keywords to find only documents containing the word "temperature". | AND |
| - | -monitoring | Excludes results containing this term. Use this query in conjunction with other terms to find only documents not containing the word "monitoring" | NOT |
| () | (temperature monitoring) | Allows terms to be grouped when used with other operators. For example, searing for industrial -(temperature monitoring) will return only documents containing "industrial" but not "temperature" or "monitoring" | OR |
| * | monitor* | Acts as a wildcard. This example will return documents containing words "monitor", "monitoring", "monitored", etc | n/a |