Skip to content

Commit

Permalink
update readme and executable description
Browse files Browse the repository at this point in the history
  • Loading branch information
stytim committed May 22, 2024
1 parent 0984f61 commit 5ffe4ca
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
Binary file removed image/light_diffuser.jpg
Binary file not shown.
Binary file removed image/no_diffuser.png
Binary file not shown.
Binary file modified image/overview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions src/IRToolTrack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,6 @@ bool IRToolTracker::ProcessFrame(AHATFrame* rawFrame, ProcessedAHATFrame &result
cv::Mat labels, stats, centroids;
std::vector<float> irToolCenters;

std::cout << m_Threshold << std::endl;

// Threshold IR image
cv::Mat thresholdedIR;
cv::threshold(rawFrame->cvAbImage, thresholdedIR, m_Threshold, 255, cv::THRESH_BINARY);
Expand Down
4 changes: 2 additions & 2 deletions win.rc
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ PRODUCTVERSION 0, 0, 0, 0
BLOCK "000004B0"
{
VALUE "CompanyName", "Tianyu Song\0"
VALUE "FileDescription", "Realsense Tool Tracker\0"
VALUE "FileDescription", "K4A Tool Tracker\0"
VALUE "FileVersion", "git\0"
VALUE "OriginalFilename", "ir-tracking-app.exe\0"
VALUE "ProductName", "Realsense Tool Tracker\0"
VALUE "ProductName", "K4A Tool Tracker\0"
VALUE "ProductVersion", "git\0"
}
}
Expand Down

0 comments on commit 5ffe4ca

Please sign in to comment.