This helper is loaded using the following code:
In Controller itself(* can repeat again and again*)
$this->load->helper('captcha');
In config/autoload.php (Load only once)
config/autoload.php
$autoload['helper'] = array('captcha');