Skip to content

CVUIを用いた、上限下限指定が可能なトラックバーのお試し実装(Python) / Experimental implementation of trackbar that can specify upper and lower limits using CVUI(Python)

License

Notifications You must be signed in to change notification settings

Kazuhito00/cvui-py-two-knob-trackbar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cvui-py-two-knob-trackbar

cvui-py-two-knob-trackbarはPython版のcvuiをベースとして、上限下限の2つの値を指定可能なトラックバーをお試しで実装したものです。

cvui-two-knob-trackbar is a experimental implementation of a trackbar based on cvui that allows you to specify two values, upper and lower limits.

jbl0m-01yhb

Requirement

  • OpenCV 3.4.2(or later)

How to use

trackbar_value1 = [25.0]
trackbar_value2 = [75.0]

cvui.trackbar2(cvuiframe, 30, 30, 400, trackbar_value1, trackbar_value2, 0., 100.)

Usage

サンプルの実行方法は以下です。

Here's how to run the sample.

python sample.py

Author

高橋かずひと(https://twitter.com/KzhtTkhs)

License

cvui-double-knob-trackbar is under MIT license.

cvui License

The original part of cvui is distributed under the MIT license.

I pay tribute to his wonderful work.

Copyright (c) 2016 Fernando Bevilacqua. Licensed under the MIT license.

Reference

https://github.com/Dovyski/cvui

About

CVUIを用いた、上限下限指定が可能なトラックバーのお試し実装(Python) / Experimental implementation of trackbar that can specify upper and lower limits using CVUI(Python)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%