Image

Anypoint

class plugins.default.view_image.anypoint.AnyPoint(MainWindow)[source]

Bases: object

Anypoint class to process image on anypoint view.

Parameters:

() (MainWindow) – Is the parent class to access the user interface widget in this application.

connectToButton()[source]

The method for connected function and event on main window user interface.

Returns:

None.

control_button_on_anypoint()[source]

Control button on anypoint where it will be hide and show the button.

Returns:

None.

control_button_off_anypoint()[source]

Control button off anypoint where it will be hide and show the button.

Returns:

None.

zoomValue()[source]

The methode to change the zoom value when doing anypoint view.

Returns:

None.

resetAlphaBeta()[source]

The method for reset alpha, beta, zoom, and angle.

Returns:

None.

onclickAnypoint()[source]

The method for click button anypoint.

Returns:

None.

anypoint_view()[source]

The method to process image on anypoint view.

Returns:

None.

showPolygon()[source]

Draw the polygon on original image on original window label.

Returns:

None.

updateParamAnypoint()[source]

The method for update parameter beta, alpha and zoom on the user interface.

Returns:

None.

anypoint_mode_1()[source]

Execute the anypoint process mode 1.

Returns:

None.

anypoint_mode_2()[source]

Execute the anypoint process mode 2.

Returns:

None.

set_anypoint()[source]

The method for event on click button set anypoint when has modify the parameter.

Returns:

None.

up()[source]

The method showing anypoint view in specific area.

left()[source]

The method showing anypoint view in specific area.

center()[source]

The method showing anypoint view in specific area.

right()[source]

The method showing anypoint view in specific area.

down()[source]

The method showing anypoint view in specific area.

Panorama

class plugins.default.view_image.panorama.Panorama(MainWindow)[source]

Bases: object

The class to process image ang generate panorama view.

Parameters:

() (MainWindow) – Is the parent class to access the user interface widget in this application.

connectToButton()[source]

This function for connect to button in user interface

Returns:

Process button event

control_button_on_panorama()[source]

Control the button show or hide on panorama mode.

Returns:

None.

control_button_of_panorama()[source]

Control the button show or hide after you’re not in panorama mode.

Returns:

set_panorama()[source]

This function for setting the maximum and minimum of panorama view.

Returns:

None.

panorama_view()[source]

This function to process image to panorama view.

Returns:

Panorama image.

recenterImage()[source]

Process original image to change the original center image.

Returns:

positionCoorX()[source]

Change the position coordinate center X on image recenter process

Returns:

positionCoorY()[source]

Change the position coordinate center Y on image recenter process

Returns:

updatePossCenter()[source]

Update position center x and y point in the user interface

Returns:

resetCenter()[source]

This function for reset coordinate x and y.

Returns:

setCoorCenterObject()[source]

Calculate alpha and beta from the original center image.

Returns:

showOriginalPanorama()[source]

Show original image when doing panorama view on the original label.

Returns: