Release on July 05, 2017
A toolbox for Fuzzy Computer Vision. This is part of the tutorial that is going to be presented in FUZZ-IEEE 2017, Naples, Italy, as well as the implementation of our TFS work with titled Scene Image is Non-Mutually Exclusive - A Fuzzy Qualitative Scene Understanding.
There are a few prerequisites before you start this practical, please ensure you have installed the following toolboxes or libraries in your computer. You may follow the steps below for installation:
-
Install Python (Recommend Anaconda Python 2.7 version)
- Download from: https://www.continuum.io/downloads
-
Install opencv library (version 2.4.x.x)
- Download opencv library from: http://opencv.org/releases.html
- Double-click to extract the opencv.
- Go to “opencv/build/python/2.7/x64 folder.”
- Copy cv2.pyd to your python directory in the “lib/site-packages”.
-
Install scikit-image package.
- Open anaconda prompt
- Type “pip install scikit-image”
- Web reference: http://scikit-image.org/
-
Install scikit-learn package.
- Open anaconda prompt
- Type “pip install scikit-learn”
- Web reference: http://scikit-learn.org/stable/
If you find this code useful for your research, please cite
@article{LimRC14,
author = {Chern Hong Lim and Anhar Risnumawan and Chee Seng Chan},
title = {Scene Image is Non-Mutually Exclusive - {A} Fuzzy Qualitative Scene Understanding},
journal = {{IEEE} Trans. Fuzzy Systems},
volume = {22},
number = {6},
pages = {1541--1556},
year = {2014},
url = {https://doi.org/10.1109/TFUZZ.2014.2298233},
doi = {10.1109/TFUZZ.2014.2298233},
}
Suggestions and opinions of this work (both positive and negative) are greatly welcome. Please contact the authors by sending email to Chern Hong Lim at chlim at acd.tarc.edu.my
or Chee Seng Chan at cs.chan at um.edu.my
BSD-3, see LICENSE file for details.