This repository was archived by the owner on Jul 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change to a 64bit build and updates OpenCV to 4.1.0
- Loading branch information
1 parent
ed0340e
commit a1a277d
Showing
228 changed files
with
138 additions
and
80,963 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.pdb filter=lfs diff=lfs merge=lfs -text | ||
*.dll filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Pixel Gantry Vision | ||
=================== | ||
|
||
This is the C++ code that utilizes OpenCV for calculating focus and identifying fiducial marks in pixel module construction. This code is compiled to a dll and then access through the included LabVIEW adapter VIs. | ||
|
||
|
||
Install OpenCV | ||
============== | ||
|
||
OpenCV is a required dependency of the gVision software. It can be installed by following these steps: | ||
|
||
- Download The OpenCV installer from the following url: https://sourceforge.net/projects/opencvlibrary/files/4.1.0/opencv-4.1.0-vc14_vc15.exe/download | ||
- Use the installer to unpack OpenCV into pixel-gantry-vision\gVisionSource. | ||
|
||
|
||
Compiling the Code | ||
================== | ||
|
||
Compiling the code requires Visual Studio 2019 (or later) so install that first. Community edition is fine, but the the more full featured releases will work as well. After getting Visual Studio open up the project (`gVision.sln`) and build. If there are errors, check that the project paths are correct. | ||
|
||
|
||
After Compilation | ||
================= | ||
|
||
After sucessfully compiling the code, you should have the file `gVisionSource\x64\Release\gVision.dll`. There is a LabVIEW script called `Update Binaries.vi` which is responsible for copying the necessary dlls over to the `gVisionBin` directory inside the LabVIEW part of the project. Run this VI and run the tests. If the tests work, then the `gVisionLV` library can be copied over to the `pixel-gantry-control` project for use. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -229,3 +229,6 @@ _Pvt_Extensions | |
|
||
# FAKE - F# Make | ||
.fake/ | ||
|
||
# The opencv Installation | ||
opencv |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
gVisionSource/Dependencies/opencv300/include/opencv/cv.hpp
This file was deleted.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
gVisionSource/Dependencies/opencv300/include/opencv/cvaux.h
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
gVisionSource/Dependencies/opencv300/include/opencv/cvaux.hpp
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.