Giter Site home page Giter Site logo

kajinka13 / qtree-objc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from blackm00n/qtree-objc

0.0 1.0 0.0 930 KB

Library for location-based clustering of data using Quadtree written in Objective-C

License: MIT License

Objective-C 98.20% C 1.80%

qtree-objc's Introduction

QTree-objc

Library for location-based clustering of data using Quadtree written in Objective-C.

Suppose you have a lot of items to display on a map.

You will got a mess if you just add all of them as annotations to the map. It's better to merge items that are close to each other into clusters.
No Clusterization Screenshot No Clusterization Screenshot

Clustering will help you to get a neater map and increase its performance. QuadTree will help you to get a stable (unlike k-nearest neighbor algorithm) and fast clustering.

Installation

The best approach is to use CocoaPods.

Install CocoaPods gem if it's not installed yet and setup its enviroment:

$ [sudo] gem install cocoapods
$ pod setup

Go to the directory containing your project's .xcodeproj file and create Podfile:

$ cd ~/Projects/MyProject
$ vim Podfile

Add the following lines to Podfile:

platform :ios
pod 'QTree-objc'

Finally install your pod dependencies:

$ [sudo] pod install

That's all, now open just created .xcworkspace file

Usage

You can look at QTreeSample project to see QTree-objc in action.

Contact

Aleksey Kozhevnikov

qtree-objc's People

Contributors

blackm00n avatar kimar avatar kajinka13 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.