mirror of
https://github.com/opencv/opencv.git
synced 2025-06-10 02:53:07 +08:00
Updated more links to forum.opencv.org
This commit is contained in:
parent
d93790717d
commit
e4e10e54df
6
.github/ISSUE_TEMPLATE.md
vendored
6
.github/ISSUE_TEMPLATE.md
vendored
@ -26,17 +26,17 @@
|
|||||||
|
|
||||||
- [ ] I report the issue, it's not a question
|
- [ ] I report the issue, it's not a question
|
||||||
<!--
|
<!--
|
||||||
OpenCV team works with answers.opencv.org, Stack Overflow and other communities
|
OpenCV team works with forum.opencv.org, Stack Overflow and other communities
|
||||||
to discuss problems. Tickets with question without real issue statement will be
|
to discuss problems. Tickets with question without real issue statement will be
|
||||||
closed.
|
closed.
|
||||||
-->
|
-->
|
||||||
- [ ] I checked the problem with documentation, FAQ, open issues,
|
- [ ] I checked the problem with documentation, FAQ, open issues,
|
||||||
answers.opencv.org, Stack Overflow, etc and have not found solution
|
forum.opencv.org, Stack Overflow, etc and have not found solution
|
||||||
<!--
|
<!--
|
||||||
Places to check:
|
Places to check:
|
||||||
* OpenCV documentation: https://docs.opencv.org
|
* OpenCV documentation: https://docs.opencv.org
|
||||||
* FAQ page: https://github.com/opencv/opencv/wiki/FAQ
|
* FAQ page: https://github.com/opencv/opencv/wiki/FAQ
|
||||||
* OpenCV forum: https://answers.opencv.org
|
* OpenCV forum: https://forum.opencv.org
|
||||||
* OpenCV issue tracker: https://github.com/opencv/opencv/issues?q=is%3Aissue
|
* OpenCV issue tracker: https://github.com/opencv/opencv/issues?q=is%3Aissue
|
||||||
* Stack Overflow branch: https://stackoverflow.com/questions/tagged/opencv
|
* Stack Overflow branch: https://stackoverflow.com/questions/tagged/opencv
|
||||||
-->
|
-->
|
||||||
|
@ -83,4 +83,4 @@ Additional Resources
|
|||||||
2. [NumPy Quickstart tutorial](https://numpy.org/devdocs/user/quickstart.html)
|
2. [NumPy Quickstart tutorial](https://numpy.org/devdocs/user/quickstart.html)
|
||||||
3. [NumPy Reference](https://numpy.org/devdocs/reference/index.html#reference)
|
3. [NumPy Reference](https://numpy.org/devdocs/reference/index.html#reference)
|
||||||
4. [OpenCV Documentation](http://docs.opencv.org/)
|
4. [OpenCV Documentation](http://docs.opencv.org/)
|
||||||
5. [OpenCV Forum](http://answers.opencv.org/questions/)
|
5. [OpenCV Forum](https://forum.opencv.org/)
|
||||||
|
@ -28,7 +28,7 @@ If you need help with anything of the above, you may refer to our @ref tutorial_
|
|||||||
|
|
||||||
If you encounter any error after thoroughly following these steps, feel free to contact us via
|
If you encounter any error after thoroughly following these steps, feel free to contact us via
|
||||||
[OpenCV4Android](https://groups.google.com/group/android-opencv/) discussion group or OpenCV [Q&A
|
[OpenCV4Android](https://groups.google.com/group/android-opencv/) discussion group or OpenCV [Q&A
|
||||||
forum](http://answers.opencv.org). We'll do our best to help you out.
|
forum](https://forum.opencv.org). We'll do our best to help you out.
|
||||||
|
|
||||||
General info
|
General info
|
||||||
------------
|
------------
|
||||||
|
@ -19,7 +19,7 @@ working environment quickly. It was written with Windows 7 in mind, though it wo
|
|||||||
|
|
||||||
If you encounter any error after thoroughly following these steps, feel free to contact us via
|
If you encounter any error after thoroughly following these steps, feel free to contact us via
|
||||||
[OpenCV4Android](https://groups.google.com/group/android-opencv/) discussion group or OpenCV [Q&A
|
[OpenCV4Android](https://groups.google.com/group/android-opencv/) discussion group or OpenCV [Q&A
|
||||||
forum](http://answers.opencv.org). We'll do our best to help you out.
|
forum](https://forum.opencv.org). We'll do our best to help you out.
|
||||||
|
|
||||||
Preface
|
Preface
|
||||||
-------
|
-------
|
||||||
|
@ -32,7 +32,7 @@ may consult our @ref tutorial_O4A_SDK tutorial.
|
|||||||
|
|
||||||
If you encounter any error after thoroughly following these steps, feel free to contact us via
|
If you encounter any error after thoroughly following these steps, feel free to contact us via
|
||||||
[OpenCV4Android](https://groups.google.com/group/android-opencv/) discussion group or OpenCV [Q&A
|
[OpenCV4Android](https://groups.google.com/group/android-opencv/) discussion group or OpenCV [Q&A
|
||||||
forum](http://answers.opencv.org) . We'll do our best to help you out.
|
forum](https://forum.opencv.org) . We'll do our best to help you out.
|
||||||
|
|
||||||
Using OpenCV Library Within Your Android Project
|
Using OpenCV Library Within Your Android Project
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
@ -14,7 +14,7 @@ This tutorial can contain obsolete information.
|
|||||||
|
|
||||||
The description here was tested on Windows 7 SP1. Nevertheless, it should also work on any other
|
The description here was tested on Windows 7 SP1. Nevertheless, it should also work on any other
|
||||||
relatively modern version of Windows OS. If you encounter errors after following the steps described
|
relatively modern version of Windows OS. If you encounter errors after following the steps described
|
||||||
below, feel free to contact us via our [OpenCV Q&A forum](http://answers.opencv.org). We'll do our
|
below, feel free to contact us via our [OpenCV Q&A forum](https://forum.opencv.org). We'll do our
|
||||||
best to help you out.
|
best to help you out.
|
||||||
|
|
||||||
@note To use the OpenCV library you have two options: @ref tutorial_windows_install_prebuilt or
|
@note To use the OpenCV library you have two options: @ref tutorial_windows_install_prebuilt or
|
||||||
@ -352,7 +352,7 @@ libraries). If you do not need the support for some of these, you can just freel
|
|||||||
|
|
||||||
To test your build just go into the `Build/bin/Debug` or `Build/bin/Release` directory and start
|
To test your build just go into the `Build/bin/Debug` or `Build/bin/Release` directory and start
|
||||||
a couple of applications like the *contours.exe*. If they run, you are done. Otherwise,
|
a couple of applications like the *contours.exe*. If they run, you are done. Otherwise,
|
||||||
something definitely went awfully wrong. In this case you should contact us at our [Q&A forum](http://answers.opencv.org/).
|
something definitely went awfully wrong. In this case you should contact us at our [Q&A forum](https://forum.opencv.org/).
|
||||||
If everything is okay, the *contours.exe* output should resemble the following image (if
|
If everything is okay, the *contours.exe* output should resemble the following image (if
|
||||||
built with Qt support):
|
built with Qt support):
|
||||||
|
|
||||||
|
@ -14,9 +14,6 @@ It has been tested with the motempl sample program
|
|||||||
First Patch: August 24, 2004 Travis Wood TravisOCV@tkwood.com
|
First Patch: August 24, 2004 Travis Wood TravisOCV@tkwood.com
|
||||||
For Release: OpenCV-Linux Beta4 opencv-0.9.6
|
For Release: OpenCV-Linux Beta4 opencv-0.9.6
|
||||||
Tested On: LMLBT44 with 8 video inputs
|
Tested On: LMLBT44 with 8 video inputs
|
||||||
Problems? Post your questions at answers.opencv.org,
|
|
||||||
Report bugs at code.opencv.org,
|
|
||||||
Submit your fixes at https://github.com/opencv/opencv/
|
|
||||||
Patched Comments:
|
Patched Comments:
|
||||||
|
|
||||||
TW: The cv cam utils that came with the initial release of OpenCV for LINUX Beta4
|
TW: The cv cam utils that came with the initial release of OpenCV for LINUX Beta4
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
OPENCV WEBSITES:
|
OPENCV WEBSITES:
|
||||||
Homepage: http://opencv.org
|
Homepage: http://opencv.org
|
||||||
Online docs: http://docs.opencv.org
|
Online docs: http://docs.opencv.org
|
||||||
Q&A forum: http://answers.opencv.org
|
|
||||||
GitHub: https://github.com/opencv/opencv/
|
GitHub: https://github.com/opencv/opencv/
|
||||||
************************************************** */
|
************************************************** */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user