Skip to content

splaplapla/procon_bypass_man_commander-splatoon3

Repository files navigation

ProconBypassManCommander::Splatoon3

Installation

require opencv!!!!!

brew install opencv@3 cmake python3
ln -s "$(which python3)" /usr/local/bin/python
export LDFLAGS="-L/opt/homebrew/opt/opencv@3/lib"
export CPPFLAGS="-I/opt/homebrew/opt/opencv@3/include"
export PKG_CONFIG_PATH="/opt/homebrew/opt/opencv@3/lib/pkgconfig"
gem i ropencv

Add this line to your application's Gemfile:

gem 'procon_bypass_man_commander-splatoon3'

And then execute:

$ bundle

Or install it yourself as:

$ gem install procon_bypass_man_commander-splatoon3

Usage

TODO: Write usage instructions here

Development

  • benchmarks
    • bundle exec ruby benchmarks/shoorter_p360.rb

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/procon_bypass_man_commander-splatoon3.

License

The gem is available as open source under the terms of the MIT License.

TODO

  • 解像度を上げると検出率と負荷はどう変化するのか?
    • 少なくとも解析対象の画像は小さい方が負荷は低い
    • 解像度のパターン
      • 低: 640x360
      • 中: 1280x720
      • 高: 1920x1080

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published