Skip to content

Commit 5ffe4ca

Browse files
committed
update readme and executable description
1 parent 0984f61 commit 5ffe4ca

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

image/light_diffuser.jpg

-1.62 MB
Binary file not shown.

image/no_diffuser.png

-19.1 KB
Binary file not shown.

image/overview.gif

-1.61 MB
Loading

src/IRToolTrack.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,6 @@ bool IRToolTracker::ProcessFrame(AHATFrame* rawFrame, ProcessedAHATFrame &result
625625
cv::Mat labels, stats, centroids;
626626
std::vector<float> irToolCenters;
627627

628-
std::cout << m_Threshold << std::endl;
629-
630628
// Threshold IR image
631629
cv::Mat thresholdedIR;
632630
cv::threshold(rawFrame->cvAbImage, thresholdedIR, m_Threshold, 255, cv::THRESH_BINARY);

win.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ PRODUCTVERSION 0, 0, 0, 0
1010
BLOCK "000004B0"
1111
{
1212
VALUE "CompanyName", "Tianyu Song\0"
13-
VALUE "FileDescription", "Realsense Tool Tracker\0"
13+
VALUE "FileDescription", "K4A Tool Tracker\0"
1414
VALUE "FileVersion", "git\0"
1515
VALUE "OriginalFilename", "ir-tracking-app.exe\0"
16-
VALUE "ProductName", "Realsense Tool Tracker\0"
16+
VALUE "ProductName", "K4A Tool Tracker\0"
1717
VALUE "ProductVersion", "git\0"
1818
}
1919
}

0 commit comments

Comments
 (0)