Skip to content

michaelranzau-fhws/TachyControl

Repository files navigation

TachyControl

This is part of a control and measurement software for current total stations. For full functionality install the OpenCV wrapper EmguCV from https://sourceforge.net/projects/emgucv/ and add the library path to the path variable. In the Visual Studio project add Emgu.CV.UI.dll and Emgu.CV.World.dll to the referenced files.

Because of ristrictions in publishing the native GeoCOM commands from Leica Geosystems, the TSControl library can only be hand over on demand. Please contact michael.ranzau@fhws.de to get full access to all needed files and to the builded executeables.

More information will soon be available at geo.fhws.de/iats.html.

WPF GUI

The main software AutomatedMicroTriangulation has a WPF-made graphical user interface. The backend is programmed in C#.

Tab-wise GUI structure

alt text

Data types

The software includes a class for saving all needed project information called XMLProject.

Data types - overview

alt text

Data types - detail

alt text

Enums

The software includes few enums to save some measurement settings.

alt text

Methods

Besides the methods provided by Features and TSControl there are some additional methods for the file management and for geometrical calculations.

alt text

Toolbox

TSControl

Abstract class to represent and manage any kind of total stations. The class also includes the calibration methods.

alt text

Features

This class provides methods to find objects in an image.

alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages